ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexRadarSeries<T> Class
Members

In This Topic
    FlexRadarSeries<T> Class
    In This Topic
    Represents a series of data points to display in the chart.
    Object Model
    FlexRadarSeries<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public Class FlexRadarSeries(Of T) 
       Inherits ChartSeriesBase(Of T)
    public class FlexRadarSeries<T> : ChartSeriesBase<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.FlexRadarSeries<T>

    See Also